country_event = {

	id = 46400
	news = yes
	news_desc_long = "EVTDESC46400_NEWS_LONG"
	news_desc_medium = "EVTDESC46400_NEWS_MEDIUM"
	news_desc_short = "EVTDESC46400_NEWS_SHORT"

	trigger = {
		tag = URU
		year = 1911
		government = democracy
		NOT = {
			year = 1916
		}
	}
	
	fire_only_once = yes
 
	mean_time_to_happen =  {
		months = 5

		modifier = {
			factor = 0.75 #increase likelihood to happen
			year = 1912
		}
		
		modifier = {
			factor = 0.95 #increase likelihood to happen
			year = 1913
		}
	}

	title = "EVTNAME46400"
	desc = "EVTDESC46400"
	picture = "Prosper"

	option = {
		name = "EVTOPTA46400"
		plurality = 5 
		farmers = {
			consciousness = 1
		}
		labourers = {
			consciousness = 1
		}
		craftsmen = {
			consciousness = 1
		}
		artisans = {
			consciousness = 1
		}		
		farmers = {
			militancy = -1
		}
		labourers = {
			militancy = -1
		}
		craftsmen = {
			militancy = -1
		}
		artisans = {
			militancy = -1
		}		
	}

}